HPD Retrieval API
Search HPD Organization Request
URL: POST /api/organizationquery/v1/{{SLUG_NAME}}
Where:
- SLUG_NAME for Organisation can be:
- hpd-organisation-active - Active Organisations Only
- hpd-organisation-all - All Organisations
Note: organizationQuery is a required field - but you can pass in empty queryCriteria (just so the query engine works)
REQUEST PAYLOAD
{
"organizationQuery": {{QUERY_OBJECT}},
"pageSize": 10,
"queryResultType": "{{RETURN_TYPE}}"
"sortBy": "{{FIELD_NAME}}",
"sortDirection": "{{SORT_DIRECTION}}"
}